As far as I understand, when we perform searching by indexed column there're 3 steps to make it:
Tree traversal (finding the first matching entry)
Requesting the following leaf node.
Fetching the table.
Why do we need to perform the third step? Couldn't you explain its purpose?