suson My question is if these are normal processes
These are system apps that are part of GrapheneOS/Android. Don't touch their permissions, they could break.
suson Recently I also downloaded Jack Dorsey's Bitchat from the Play Store and apparently it is not a legitimate version. I was wondering if these services are standard and to be expected, or if it could be something that could be nefarious?
Installation of apps on Android is a privileged operation. Android doesn't have any equivalent to Administrator/root from desktop operating systems. Everything is sandboxed, both user-installed apps and system components. The component in Android that deals with installation of apps is called PackageInstaller and the package management system. Android apps can request this component to install a new APK they want to install — for new apps (rather than an updated version of an existing app) this would always pop up a small window asking for your approval to install the app. Since everything is sandboxed, apps cannot themselves install new apps, they must request it from PackageInstaller/the package management system, which would ask for your approval. Even then, only apps that you've granted the Install unknown apps permission to can bring up this approval window, otherwise the APK installation is blocked. You can change this permission in Settings app > Apps > Special app access > Install unknown apps.
tac These are system apps. To even see them, you have to select Show system apps as an additional option.
The screen they're talking about shows system apps by default, unfortunately.