If I understand correctly you want moderators to be able to edit a users profile? This is doable, but you'll need to use CB Menu so the Edit > Update Profile link will be available. The alternative is you can use the below in a Delimiter field to reach profile edit (you may want to put this on a tab with Special access so only admins will see it) of the user.
Code:
<a href="index.php?option=com_comprofiler&task=userdetails&user=[user_id]" target="_blank">Edit My Profile!</a>
Unfortunately you won't be able to have a Joomla menu link for profile edit like this, because it needs to be dynamic and replace user variable with the user_id of the profile you're viewing so you need to use a substitution in a delimiter field or even a CB Content Module would work or simply use CB Menu.