[citation][nom]blazorthon[/nom]No, the "latency settings" do not give that much of a boost. That's why GPU memory is always focused on bandwidth over latency.[/citation]
The importance of latency varies depending on workload-specific access patterns.
Most heavy computational workloads like rendering, transcoding, physics simulations, etc. lend themselves pretty well to long read/write stripes on RAM and will heavily favor bandwidth over latency like GPUs do.
Heavily conditional (branchy) code like compilers, control code for interactive applications, algorithms that rely on sparse arrays, trees and other branchy structures, cache misses are far more common and these scenarios will heavily favor low latency.