:GetEnumItems() question

I was playing around with Enums, and i found some GetEnumItems() that looks weird. Does anyone know why this ever can be useful?

print(Enum.TextInputType:GetEnumItems())

Output:
                    [1] = Default,
                    [2] = NoSuggestions,
                    [3] = Number,
                    [4] = Email,
                    [5] = Phone,
                    [6] = Password,
                    [7] = PasswordShown,
                    [8] = Username,
                    [9] = OneTimePassword

I may be wrong, but I’m pretty sure some parts of the Roblox engine is used for the mobile app, so there may be some references that are totally useless in a game context.

The new Roblox client is lua-based afaik.