Hi,
When you INSERT/MODIFY the do you arrange in the way you want the entries. I think the table default sort is by the row index that is allocated at DB when the insert occurs. You may try by sorting it in the order you want and then INSERT. Don't think there is a way to do it implicitly most of the cases standard SORT will be always on key fields.
Cheers,
Arindam