Element.appendChild() and Blaze

If element.appendChild() is used, in an .onRendered() callback, to move a DOM node from one parent to another, I have observed that event listeners that may have been previously attached to the element are broken during the move and must be reattached after the move.

Does anyone know of any Blaze-related “connections” that are also broken when a DOM node is moved using element.appendChild()?