Why are the articles in my section blog ordered differently?

From Joomla! Documentation

There is a bug in 1.5.22 causing Section Blogs to be ordered differently.

See this tracker item

Quick fix: change the file /components/com_content/models/section.php on line 447 from:

$filter_order = 'a.ordering';

to:

$filter_order = '';