The extra add-ins are expected. For the Ribbon and CTP support, Excel-DNA registers and loads COM Add-Ins at runtime.
I'm not sure about the RTD server though - on my machine with a simple RTD sample it disappears from the list if there are no RTD topics active.
Are you perhaps doing a persistent registration with regsvr32 or a call to ComServer.DllRegisterServer() ?
It should be possible to consolidate the Ribbon and CTP support add-ins into one. But the RTD server interaction with Excel is quite different and not documented, so quite tricky sometimes.
Does it bother you, or are you just checking whether this is normal?
-Govert