From the description section of man 2 umask
command, it says
For example, the following default ACL is equivalent to a umask of 022:
u::rwx,g::r-x,o::r-x
What's the significance of having another value which is a complement of UMASK instead of umask itself as an ACL value?