In Drupal function taxonomy_select_nodes() limits results based on "Number of posts on main page" variable.
In API it says "Finds all nodes that match selected taxonomy conditions."
This sounds completly wrong if you consider this function could be called from custom modules to get entries for a custom block for example.