GUID'ish file name sorting

I often have files that a named as GUIDs (some are not strict GUIDs).
These don't seem to sort the way I would expect, which is to sort them as a string.

Curious to understand how the sort order is determined and can I make it sort by as a string. I assume its something thing to do with number ordering as a posed to string ordering (200 being smaller than 1000).

In this image you can see the highlighted files starts with a 1, but is not with the other files that star with a 1.

image

It's the numeric sorting option:

Yep that makes sense.
Normally numeric sorting is pretty handy.

Have you ever considered expanding numeric sorting to include hex/GUIDS?
I imagine it would be a bit more complicated. But also more awesome ;).