Sorting datamaps? [Harlowe]

Let's say I have a bunch of datamaps that look like this:
(datamap:"Name","Sam","Cool Factor",50)
(datamap:"Name","Marcy","Cool Factor",10)
(datamap:"Name","Zeke","Cool Factor",100)

Is it possible to put all these cool cats into an array in alphabetical order?