When the preview window loads, it communicates to the host page to show only the customizer sections for sidebars that were rendered on the page. We're doing this just accessing jQuery in the parent frame and not using postMessage or the Customize Messenger library. I couldn't see quickly how to access the Preview instance to send more message from the window, because it is protected inside a closure.