For some languages, that is true. But sorting Chinese numbers is different because their order in Unicode is based on stroke-order rather than semantic order.
Alphabetic text is (slightly) slower to sorting than integers. Although that's not a major concern unless you have billions of rows.
Which means that retrieving all serial numbers between 00123 - 09876 is slightly more complex.
Like with most of the points here, it's fairly minor.