Especially with `Text` keys, `HashMap` should be faster than `Data.Map`. Since we keep a list of the keys in their original order anyway, it shouldn't matter that `HashMap` is unordered.