The B-Tree structure gives the SQL Server Engine a quick way to browse across the table rows based on the index key, which decides whether to navigate left or right, to directly extract the requested values without having to scan through all the underlying table rows.