One of our data sources has IDs of type "UUID". Of course I could store them as a String, but being able to store them as a UUID (which would be a numeric value rather than a String) could be more efficient in terms of storage, filtering, sorting, linking, and so on.