Recommended, yes.
ULX doesn't enforce any case.
Lua, in and of itself, is case sensitive.
Superadmin is not the same as superadmin.
Gmod expects two lower case groups (3 actually), superadmin, admin, user.
Gmod's lua function "IsSuperAdmin" will only return true if the group someone in is named "superadmin", not "SuperAdmin".