Connecting all points from two curves in order

Hey guys, I cant quite get my head around how to execute this issue… I have divided two curves in equal amount of points and now would like to bridge between each with a curve… how could I do that all together… please help!

It can be as simple as this - assuming the curve directions match:

If the directions don’t match, there are various logics that can be used to align them.

thank you!