It does? I've checked on various version from 12.2 -> 23c and can only see HS_ADMIN_SELECT_ROLE granted to it:
select granted_role from dba_role_privs
where grantee = 'SELECT_CATALOG_ROLE';
GRANTED_ROLE
--------------------
HS_ADMIN_SELECT_ROLE
Which version are you running? Are you certain someone has not manually added the other HS_ADMIN roles to it?
You can check which HS roles were granted by the install by logging into the database server and running something like:
[oracle@dbaas122 admin]$ cd $ORACLE_HOME/rdbms/admin
[oracle@dbaas122 admin]$ egrep -i "to select_catalog_role" * | grep -i hs_admin
grep: backport_files: Is a directory
caths.sql:grant hs_admin_select_role to select_catalog_role;
grep: cdb_cloud: Is a directory