The next step in refactoring `getRolePermissionBlobsForCommunityRoot` is to use the user-surfaced permissions in `configurableCommunityPermissions` when constructing the initial `Members` blob for communities.
This will allow the system to be a little more unified, and for changes to any of the user-surfaced permissions to not diverge from the initial `Members` role blob.
Depends on D9901