You could try
*|sort -_time
Or do you have a unique date value. If its already extracted you could do something like
*|sort -<date_field>
you may need to convert it to epoch time, if you are having issues.
Provide more information on your problem please.