So that you could briefly use another item without having it equipped so that you needn't reequip your constant effect items over and over.
I haven't heard of one. In the past, if I wanted to briefly equip an item so that its script runs, I have changed the ring/amulet item from type CLOT (clothing) to MISC (miscellaneous). You can see an example of how this is done with abot's Tempus Fugit ring mod. Basically when a misc item is equipped it does not force any clothing items to unequip, but its script can still detect that the user has equipped it and it can do whatever it needs to do. So, for example, this is a handy technique for implementing rings of teleportation so they do not unequip your CE rings.