Order: by: differs on localhost and remote

In page collections I have:
order:
by: default

The strange thing that it differs on remote and localhost. Any ideas?

UPD: looks like that’s taxonomy. in some case taxonomy is order on localhost by folder name 01. 02. 03. etc but no such thing on remote server. So the question, how to “order by” taxonomies?

if taxonomy is written inside the code:

{% for productItem in taxonomy.findTaxonomy({‘category’:value}) %}

allright |sort helped.