The reason is that the pages field preview used in the column needs a bit more data than just the parent id. You can see it in the UI Lab when you inspect the code. It expects an object with image, text and link keys. You cannot pass this via the blueprint option, as this will always result in just a string.
I would also think that mimicking this via the html type, as Sonja suggests, will get you the easiest somewhere.