VDDK on proxy server needs to communicate with VC (eventually the host where the target VM is registered on) for the info how to write the VMDK on VMFS blocks, then write the specific blocks on the target storage LUN device (without any filesystem layer).
This may introduce latency which seems an important factor for the restore speed.
Comparing the restore speed between VMFS and local NTFS is not advised as the NTFS can have optimization/cache the file IO before write to the flash storage.
This is working as per the design.