There are a few convars in the project that use the flag FCVAR_USERINFO. To my knowledge the flag should only be used if the server wants to read the value of the convar for any player.
In some of the cases, like with ssao, the flag FCVAR_ARCHIVE should have probably been used instead.