From the adduser command, I saw the option --system to create a system user.
A system user will use /bin/false and by default belong to nogroup. It also won't copy the /etc/skel to the home directory.
In which condition would I prefer to create a system user?