Take a look at this page:
The code fot getting the posts, look like this:
query_posts("cat=$categories&orderby=title&order=ASC");
So I order the list by Title and Ascending.
But if you look at the output, you will see that the first 4 posts are out of order.
These 4 posts are the newest posts I've added.
What is happening?