How do we know that whether queue item is postponed one or new one before processing the transaction in ui path studio

To differentiate you can may log any unique id for the items you are postponing and use thst logged ones to differentiate later.

Or
You can try adding an extra field in queue iten with say status= postpone.

Or

You can try using creation date- if it works in your scenario