UTIL class stands for utility class. This is a helper class that has reusable methods in it. In trigger, we can call methods that are in Utility classes.
Alike trigger, util classes can be super helpful in Apex as they contain reusable methods that can be used in any apex class as well.